home *** CD-ROM | disk | FTP | other *** search
- CLEA
- madd1=.t.
- DO WHIL MADD1
- REST FROM MADD
- CLEA
- @01,15 say '*** Casefile Information ***'
- @03,15 SAY 'New case File number or (99) to exit:' get mfile_nmbr
- READ
- CLEA gets
- IF substr(mfile_nmbr,1,2)='99'
- madd1=.f.
- CURR='011'
- EXIT
- ENDI
- @04,00 say " client's name :" get Mclientname PICT '@!'
- @05,00 say ' client street :' get Mcstreet PICT '@!'
- @06,00 say 'his city/st/zip :' get Mccity_st PICT '@!'
- @07,00 say " client's phone :" get Mcphone
- @08,00 say 'alternate phone :' get Maltphone
- @09,00 say ' contact :' get Mcontact PICT '@!'
- @10,00 say ' reference :' get Mreference
- @11,00 say ' other attorney :' get Mopa PICT '@!'
- @12,00 say ' his phone :' get Mopa_phone
- @13,00 say ' court :' get Mcourt
- @14,00 say ' cause number :' get Mcause_nmbr
- @16,15 say '*** Billing Information ***'
- @18,00 say 'billing on hold Y or N? :' get mhold PICT '@!'
- @18,30 say 'billing code (1 or 5) :' get mcode
- @20,00 say 'beginning bal. :' get mbegin_bal
- READ
- CLEA GETS
- @22,21 say 'EVERY THING OK Y or N?'
- SET CONS OFF
- WAIT TO MADD2
- IF UPPER(MADD2)<>'Y'
- LOOP
- ELSE
- APPE BLAN
- REPL CLIENTNAME WITH MCLIENTNAME,FILE_NMBR WITH MFILE_NMBR
- REPL CSTREET WITH MCSTREET,CCITY_ST WITH MCCITY_ST
- REPL CPHONE WITH MCPHONE,ALTPHONE WITH MALTPHONE
- REPL CONTACT WITH MCONTACT,REFERENCE WITH MREFERENCE
- REPL OPA WITH MOPA,OPA_PHONE WITH MOPA_PHONEƬ
-
- REPL COURT WITH MCOURT,CAUSE_NMBR WITH MCAUSE_NMBR
- REPL HOLD WITH MHOLD,CODE WITH MCODE
- REPL BEGIN_BAL WITH MBEGIN_BAL,PREV_BAL WITH MBEGIN_BAL
- SET CONS ON
- ENDI
- ENDD
- CURR='011'
- RETU